All Packages Class Hierarchy This Package Previous Next Index
NSComboBox
class.
The methods in this interface are notifications methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- comboBoxSelectionDidChange:
Objective-C instance method
associated to notifications sent by the ComboBox
class
(known as the NSComboBox
Objective-C class).
- comboBoxSelectionIsChanging:
Objective-C instance method
associated to notifications sent by the ComboBox
class
(known as the NSComboBox
Objective-C class).
- comboBoxWillDismiss:
Objective-C instance method
associated to notifications sent by the ComboBox
class
(known as the NSComboBox
Objective-C class).
- comboBoxWillPopUp:
Objective-C instance method
associated to notifications sent by the ComboBox
class
(known as the NSComboBox
Objective-C class).
public abstract void comboBoxWillPopUp(Notification notification)
- comboBoxWillPopUp:
Objective-C instance method
associated to notifications sent by the ComboBox
class
(known as the NSComboBox
Objective-C class).
public abstract void comboBoxWillDismiss(Notification notification)
- comboBoxWillDismiss:
Objective-C instance method
associated to notifications sent by the ComboBox
class
(known as the NSComboBox
Objective-C class).
public abstract void comboBoxSelectionDidChange(Notification notification)
- comboBoxSelectionDidChange:
Objective-C instance method
associated to notifications sent by the ComboBox
class
(known as the NSComboBox
Objective-C class).
public abstract void comboBoxSelectionIsChanging(Notification notification)
- comboBoxSelectionIsChanging:
Objective-C instance method
associated to notifications sent by the ComboBox
class
(known as the NSComboBox
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index